oleg-shilo is an independent developer whose GitHub-hosted catalog focuses on lightweight utilities that streamline Windows productivity for coders and power users. The flagship offering, cs-script, turns the .NET runtime into a portable C# execution engine, letting developers treat C# files like dynamic scripts without creating Visual Studio projects; it is often embedded in build pipelines, DevOps tasks, or quick automation jobs that would traditionally call for Python or PowerShell. explobar adds a keyboard-driven command bar directly to Windows Explorer, giving keyboard-centric users one-keystroke access to favorite folders, commands, or external tools. gc-menu addresses repetitive typing by placing frequently used text snippets—signatures, boiler-plate code, canned chat replies—inside a global pop-up menu that pastes on demand. mkshim generates lightweight forwarding executables that redirect calls to portable programs, a technique popular with package managers and portable app suites that need path-agnostic shortcuts. multiclip extends the standard clipboard by storing every copy in multiple formats—text, RTF, HTML, image—and allowing selective recall, which speeds up data-entry, web research, and content authoring. Finally, win-sudo supplies an elevated command prompt in the current console window, sparing administrators from opening a separate “Run as administrator” shell. Together these six tools form a cohesive ecosystem for scripting, navigation, text expansion, privilege elevation, and clipboard management. All oleg-shilo software is available free of charge on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest versions and supporting batch installation of multiple applications.

cs-script

C# Script execution engine

Details
explobar

A keyboard-driven toolbar extension for Windows Explorer.

Details
gc-menu

It is a typing assistance tool that allows you to have you frequently typed text fragments (e.g. email address, canned responses) available for automatic typing in any Windows application.

Details
mkshim

Utility for generating shims for the executable files on Windows

Details
multiclip

Versatile multiformat clipboard manager

Details
win-sudo

Windows equivalent of Linux `sudo`.

Details